home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / finditgui / history < prev    next >
Text File  |  1992-03-06  |  5KB  |  158 lines

  1. $VER: History Master by Michael Griggs
  2. Revision History Sheet for Application: FindItGui
  3. Key:
  4.     [B] indicates an outstanding bug
  5.     [b] indicates a bug which has been fixed
  6.     [N] indicates a new feature
  7.     [A] indicates an alteration to an existing feature
  8.  
  9.    - * -
  10.  
  11. Version: 1.00
  12. Date: (06.01.96)
  13. Notes:
  14.  
  15.     First version completed.  Working GUI courtesy of BGUI.library.
  16.     Several features still need to be added.
  17.  
  18.  
  19.    - * -
  20.  
  21. Version: 1.01
  22. Date: (07.01.96)
  23. Notes:
  24.  
  25.     [N]     Added help pages to both windows
  26.  
  27.     [N]     Added status bar to listview; shows the directory
  28.             currently being searched and also indicates when
  29.             the search has finished.
  30.  
  31.     [N]     There is now an ABORT button on the listview allowing
  32.             the user to finish a search before it is completed.
  33.  
  34.     [b]     Fixed the height of the buttons on the main screen -
  35.             they previously looked silly when enlarged.
  36.  
  37.     [b]     Made listview read-only.
  38.  
  39.     [N]     Made all errors/infos appear in EasyRequests.
  40.  
  41.  
  42.    - * -
  43.  
  44. Version: 1.02
  45. Date: 13/01/96
  46. Notes:
  47.  
  48.     [N]     Added Case-sensitivity to the search via a checkbox gadget.
  49.  
  50.  
  51.    - * -
  52.  
  53. Version: 1.03
  54. Date: 13.01.96
  55. Notes:
  56.  
  57.     [b]     Added a stack-checking routine for the recursive procedure
  58.             which searches through the directories.  The program would
  59.             previously fall over when it went through about seven
  60.             levels of directories.  Will now go through a *lot* more
  61.             (should be about 40-45 levels), and will also exit graciously
  62.             if it does run out of stack.
  63.                - * -
  64.  
  65. Version: 1.04
  66. Date: (07.02.96)
  67. Notes:
  68.  
  69.     [N]     The program will now accept being started from the CLI.
  70.             It will fill in the "Path" and "Pattern" gadgets with
  71.             arguments specified in the command line.
  72.                - * -
  73.  
  74. Version: 1.05
  75. Date: (04.03.96)
  76. Notes:
  77.  
  78.     [N]     FindItGui now operates on a "pages" system, with one
  79.             page for the main string gadgets, and another for the
  80.             options.  This has made it possible to add more options
  81.             with having to resize the window.
  82.  
  83.     [N]     Added a buffering system for the listview gadget.  The
  84.             user can select a level of buffering from the options
  85.             page, and the program will keep all of the matched entries
  86.             in an internal list until a specified limit is reached.
  87.             The buffer is then flushed to the listview and disk-accessing
  88.             restarts.
  89.  
  90.     [N]     Due to the new file buffering system, I noticed that when
  91.             the user aborts a search, the contents of the buffer are
  92.             flushed.  The user is now asked whether (s)he would like
  93.             to see the contents of the buffer.
  94.  
  95.     [N]     To reflect the new buffering system, a new command-line
  96.             parameter has been introduced.  The "buffer level" option
  97.             accepts a value from 0 to 3 to reflect No Buffering to
  98.             Heavy Buffering.
  99.  
  100.     [N]     The main FindItGui window is now an AppWindow.  The user
  101.             can now drop a disk/drawer icon on the window and the
  102.             path will be automatically entered in the string gadget.
  103.             Neat!
  104.                - * -
  105.  
  106. Version: 1.06
  107. Date: (14.03.96)
  108. Notes:
  109.  
  110.     [A]     After `consultation' with a friend, I decided that the listview
  111.             should be automatically cleared after a search has taken
  112.             place.
  113.                - * -
  114.  
  115. Version: 1.07
  116. Date: (20.03.96)
  117. Notes:
  118.  
  119.     [N]     FindItGui now accepts arguments from the command-line
  120.             via ReadArgs().
  121.  
  122.     [N]     FindItGui now runs as a commodity!
  123.        - * -
  124.  
  125. Version: 1.08
  126. Date: (07.04.96)
  127. Notes:
  128.  
  129.     [b]     The commodity handler was *very* bugged.  Managed to sort it
  130.             out this afternoon - it didn't take as long as I thought it
  131.             would!
  132.                - * -
  133.  
  134. Version: 1.09
  135. Date: (08.04.96)
  136. Notes:
  137.  
  138.     [b]     The commodity handler wasn't coping with COMM_UNIQUE calls
  139.             very well, so I took it apart and managed TO fix it - I
  140.             hope!  It certainly seems to handle UNIQUE calls OK now.
  141.  
  142.     [N]     FindItGui now runs from Workbench and will read certain
  143.             tooltypes from it's icon.
  144.  
  145.     [b]     Corrected grammatical error in History file :-)
  146.        - * -
  147.  
  148. Version: 1.10
  149. Date: (12.06.96)
  150. Notes:
  151.  
  152.     [N]     FindItGui now has a "Hide..." gadget in the window. This is an
  153.             alternative to using the close gadget.  Suggested by David
  154.             Bump.
  155.  
  156.     [N]     Information on pattern matching is now included in Help Window.
  157.             Suggested by David Bump.
  158.